Move wizard framework code into separate module ... ensuring its dependencies are minimal and can't be accidentally changed later to depend on the android plugin. Test: N/A. No new code, only a move refactoring. Change-Id: I33ae7aa8e91aec8844255f2b047bd73d683c1292 
diff --git a/sdk-updates/BUILD b/sdk-updates/BUILD index 61089e1..20e9a73 100644 --- a/sdk-updates/BUILD +++ b/sdk-updates/BUILD 
@@ -14,5 +14,6 @@  "//tools/analytics-library:analytics-protos[module]",  "//tools/adt/idea/observable[module]",  "//tools/adt/idea/adt-ui[module]", + "//tools/adt/idea/wizard[module]",  ],  )